Skip to content

Add Channel API handlers on SDK server #629

Closed
zhuyuanmao wants to merge 7 commits into
hyperledger-cello:mainfrom
zhuyuanmao:add-sdk-agent
Closed

Add Channel API handlers on SDK server #629
zhuyuanmao wants to merge 7 commits into
hyperledger-cello:mainfrom
zhuyuanmao:add-sdk-agent

Conversation

@zhuyuanmao

@zhuyuanmao zhuyuanmao commented Aug 9, 2024

Copy link
Copy Markdown
Contributor

This PR adds a new SDK server and an API handler interface to implement channels related implementation.

Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
@netlify

netlify Bot commented Aug 9, 2024

Copy link
Copy Markdown

Deploy Preview for guileless-sable-f396a1 ready!

Name Link
🔨 Latest commit 22fdca5
🔍 Latest deploy log https://app.netlify.com/sites/guileless-sable-f396a1/deploys/66b58c89b13acf0008380bfd
😎 Deploy Preview https://deploy-preview-629--guileless-sable-f396a1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
@zhuyuanmao zhuyuanmao changed the title Add sdk-agent server Add Channel API handlers on SDK server Aug 9, 2024
Comment on lines +12 to +16
channels := []string{"Channel 1", "Channel 2", "Channel 3"}
c.JSON(http.StatusOK, gin.H{
"channels": channels,
})
return

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dummy data

@yeasy

yeasy commented Aug 21, 2024

Copy link
Copy Markdown
Contributor

Remember to do the sign-off to make the DCO happy.

@yeasy yeasy closed this Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants